﻿@charset "utf-8";
/*reset*/
body{background:#fff;font:14px/1.67 Arial,'Microsoft Yahei','SimSun',sans-serif;min-width:980px;color:#666;_width: expression(document.body.clientWidth < 980 ? "980px" : "auto" ); }
input,textarea,select{font-size:100%;outline:none;}
body,h1,h2,h3,h4,p,ul,ol,dd,dl,form,input{margin:0;padding:0;font-weight:normal;}
ul{padding-left:0;list-style-type:none;}
a{text-decoration:none;outline:none;color:#666;}
a:hover{transition-property:color;transition-duration:.3s;color:#000;}
img{border:0;vertical-align:top;}
i,s,em,u{font-style:normal;text-decoration:none;}
/*common*/
.max_wrap{}
#homepic{
width:180px;
float:left;

}


.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:410px !important;
	height:410px;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:410px !important;
	position:relative;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {	
	background:#000 !important; 
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color:#000 !important;
 }
/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
	display:none;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: #003466;/*按钮背景色*/
    width: 188px;
    float: left;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
}


.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #666 url(../images/slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #666 url(../images/slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    margin-left: 0;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background: url(../images/loader.gif) no-repeat 10px 10px;
    background-color: #27303F;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}



.copyrigh_right{
	float: right;
	width: 250px;
	margin-top: 10px;
}
input {
transition: all 0.30s ease-in-out;
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
border: #35a5e5 1px solid;
border-radius: 4px;
outline: none;
height:25px;
padding:2px;
}
input:focus {
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}
select{ transition: all 0.30s ease-in-out;
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
border: #35a5e5 1px solid;
border-radius: 4px;
outline: none;
height:30px;
padding:2px;}
select:focus {
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}
textarea{ transition: all 0.30s ease-in-out;
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
border: #35a5e5 1px solid;
border-radius: 4px;
outline: none;
height:200px;
padding:2px;}
textarea:focus {
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}










.leftmargin{
margin-left:10px;
}
.wrap{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.l{float:left;}.r{float:right;}
.tc{text-align:center;}.tr{text-align:right;}.tl{text-align:left;}
.vm{vertical-align:middle;}
.pr{position:relative;}.pa{position:absolute;}
.db{display:block;}.dib{-moz-inline-stack:inline-block;display:inline-block;*display:inline;*zoom:1;}
.fix{*zoom:1;}.fix:before,.fix:after{content:"";display:table;}.fix:after{clear:both;}
.el,.main_list li,.news_index_scroll .news_index_t{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;_width:100%;}
.oh{overflow:hidden;*zoom:1;}
.mh{height:auto !important;height:464px;min-height:248px;}
.mh1{height:auto !important;height:300px;min-height: 108px;}
.fs{font-family:'SimSun';}
.mt20{margin-top:20px;}.mr5{margin-right:5px;}.m0{margin:0 !important;}
.p10{padding:10px;}.p15{padding:15px;}.p20{padding:20px;}.p10_30{padding:10px 30px;}.pr20{padding-right:20px;}
.bgrey{border:1px solid #ccc;}
.cir{display:inline-block;width:0;height:0;overflow:hidden;}
.hidetext{font:0/0 a;letter-spacing:-9px;}
.btn{cursor:pointer;}
.lastdib{display:inline-block;height:0;width:100%;overflow:hidden;}
.bord1{border:1px solid #d7dee4;}
.bwhite{background:#fff;}
.tac{text-align:center;}
.tal{text-align:left;}
/*幻灯片*/
.slide { position: relative; width:100%; }
.ban_c { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; }
.ban_t { position: absolute; left: 0; bottom: 0; width: 100%; line-height: 20px; padding: 4px 0; text-indent: 10px; white-space: nowrap; overflow: hidden; color: #fff; background: #333; background: rgba(0,0,0,.5); z-index: 3; }
.ban_nav { position: absolute; bottom: 4px; left: 0; width: 100%; text-align: right; z-index: 4; }
.ban_c img { width: 100%; height: 100%; }
.ban_nav a { display: inline-block; vertical-align: middle; width: 12px; height: 12px; line-height: 14px; overflow: hidden; text-align: center; margin-left: 8px; cursor: pointer; text-decoration: none; font-size: 10px; -webkit-text-size-adjust: none; background: #ccc; }
.ban_nav .on { background: #f90; color: #fff; }
.Left, .Right { cursor: pointer; }
/*翻页*/
.view{overflow:hidden;position:relative;height:100%;width:100%;}
.gallery{white-space:nowrap;font-size:0;height:100%;}
.gallery_cell{float:left;overflow:hidden;height:100%;white-space:normal;font-size:12px;}
/*下拉*/
.sele{position:relative;height:27px;line-height:27px;width:223px;text-indent:10px;cursor:pointer;background:url(../images/sele_03.png) right center no-repeat #fff;}
.sele_{display:none;position:absolute;width:100%;left:-1px;top:27px;background:#fff;border:1px solid #cacad9;}
.sele_ a{display:block;}
.sele_ a:hover{background:#efefef;color:#333;}
/*选项卡*/
.tab .tab_list{margin-bottom:40px;}
.n_cont .tab_list{margin-bottom:40px;}
.tab_list li{position:relative;float:left;width:150px;text-align:center;height:26px;line-height:26px;background:#e5e8e8;margin-right:2px;cursor:pointer;}
.tab_list .cir{position:absolute;border-width:4px;border-color:#2a9ad4 transparent transparent transparent;border-style:solid dashed dashed dashed;left:46%;bottom:9999em;}
.tab_list .cur{background:#2a9ad4;color:#fff;}
.tab_list .cur .cir{bottom:-8px;}
.tab_val{display:none;}
/*小图标*/
.ico{display:inline-block;width:20px;height:20px;overflow:hidden;background:url(../images/ico1.png) no-repeat;vertical-align:middle;}
.ico1_2{background-position:-20px 0;}
.ico1_3{background-position:-40px 0;}
.ico1_4{background-position:-60px 0;}
.ico1_5{background-position:-80px 0;}
.ico2_1{background-position:0 -20px;}
.ico2_2{background-position:-20px -20px;}
.ico2_3{background-position:-40px -20px;}
.ico2_4{background-position:-60px -20px;}
.ico2_5{background-position:-80px -20px;}
.ico3_1{background-position:0 -40px;}
.ico3_2{background-position:-20px -40px;}
.ico3_3{background-position:-40px -40px;}
.ico3_4{background-position:-60px -40px;}
.ico3_5{background-position:-80px -40px;}
.ico4_1{background-position:0 -60px;}
.ico4_2{background-position:-20px -60px;}
.ico4_3{background-position:-40px -60px;}
.ico4_4{background-position:-60px -60px;}
.ico4_5{background-position:-80px -60px;}
.ico5_1{background-position:0 -80px;}
.ico5_2{background-position:-20px -80px;}
.ico5_3{background-position:-40px -80px;}
.ico5_4{background-position:-60px -80px;}
.ico5_5{background-position:-80px -80px;}
.ico6_1{background-position:0 -100px;}
.ico6_2{background-position:-20px -100px;}
.ico6_3{background-position:-40px -100px;}
.ico6_4{background-position:-60px -100px;}
.ico6_5{background-position:-80px -100px;}

/*追加*/
.ico22_1{background-position:-40px -20px;}
.ico22_2{background-position:-60px -20px;}
.ico22_3{background-position:-80px -20px;}
.ico22_4{background-position:0 -40px;}
.ico22_5{background-position:-60px -100px;}
.ico22_6{background-position:-80px -100px;}
#left5{color:#ffb400;}
/*追加*/
.ico_play{width:40px;height:40px;background:url(../images/play.png);}
/* 录入表格样式 */
.datalist { border: 1px solid #ccc; font-family: Arial; border-collapse: collapse; background-color: #fff; font-size: 12px; }
.datalist caption { padding-bottom: 5px; font-weight: bold; text-align: left; }
.datalist th { border: 1px solid #ccc; background-color: #eee; color: #000; font-weight: bold; padding-top: 4px; padding-bottom: 4px; padding-left: 15px; text-align: left; }
.datalist td { border: 1px solid #ccc; text-align: left; padding-top: 4px; padding-bottom: 4px; padding-left: 15px; }
.datalist tr.altrow { background-color: #c7e5ff;}
/*css*/
.head{
	height: 135px;
	z-index: 10;
	background-image: url(../images/topbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #01a2ea;
}
.nav{
	width: 1100px;
	margin-top: 11px;
}
.nav li{
	float: left;
	width: 132px;
	position: relative;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
}
.nav a{
	display: block;
	height: 48px;
	position: relative;
	color: #FFFFFF;
	font-weight: bold;
}
.nav .cur{background:#F3B218;}
.nav .cur a{z-index:2;height: 38px;color: #fff;}
.nav .lev2 a{
	color: #333;
}
.nav .lev2{position:absolute;left:1px;top:-999em;width:508px;height:170px;padding:20px 0;border-bottom:5px solid #ffb400;box-shadow:-2px 0 4px rgba(0,0,0,.3);z-index:1;background:#fff;font-family:'Microsoft Yahei';font-size:14px;text-align:left;border-top:1px solid #ccc\0;*border-top:1px solid #ccc;}
.nav .cur .lev2{top:49px;top:48px\0;*top:48px;}
.nav .lev2_2{width:384px;left:-92px;}
.nav .lev2_3{width:435px;left:-184px;}
.nav .lev2_4{width:417px;left:-156px;}
.nav .lev2_5{width:387px;left:-222px;}
.nav .lev3{float:left;width:100px;padding-left:20px;overflow:hidden;}
.nav .lev9{float:left;width:100px;padding-left:20px;overflow:hidden;}
.nav .lev3_cell{width:100%;height:24px;line-height:24px;text-align:left;}
.nav .lev3_cell a{display:inline-block;font-weight:normal;height:26px;border:0;font-size:14px;}
.nav .lev3_cell a:hover{color:#ffb400;}
.nav .lev3_cell .cir{border:3px solid;border-color:#fff #fff #fff #8e8e8e;margin-right:3px;vertical-align:middle;}
.lev3_r{float:right;width:220px;padding-right:30px;line-height:1.5;}
.nav .lev3_r a.pr{border:0;height:130px;margin-bottom:5px;}
.lev3_r img{width:100%;height:100%;}
.lev3_r .ico2_2{right:0;bottom:0;}
.lev3_r .ico_play{left:86px;top:48px;}
.lev2_4 p{clear:both;height:40px;}
.lev2_4 p b{font-size:18px;color:#297ec0;}
.nav .on{color:#fc0;}
.head_top{
	height: 23px;
	margin-top: 17px;
	width: 300px;
}
.head_top .ico{vertical-align:text-bottom;}
.lang{height:20px;line-height:20px;background:none;width:auto;vertical-align:text-bottom;margin-right:5px;}
.lang .sele_{top:20px;border:0;width:150%;text-align:left;}
.lang .sele_ a:hover{color:#fff;}
.lang .cir{border:4px solid;border-color:#8e8e8e #fff #fff #fff;}
.head_f{height:21px;border:1px solid #ccc;vertical-align:middle;}
.head_f input{float:left;border:none;}
.head_f .inp{width:122px;height:15px;line-height:16px;border-right:1px solid #ccc;color:#888;padding:0 8px;margin-top:3px;cursor:text;}
.banner{height:410px;}
.banner .ban_nav{text-align:center;*padding-left:9%;*width:90%;}
.banner .ban_nav a{border-radius:50px;text-indent:-99px;background:#fff;border: 1px solid #cdcdcd;}
.banner .ban_nav .on{background:#ffb503;}
.box{width:250px;margin-right:35px;}
.box .more{height:20px;padding:5px 0;background:#f4f3ef;border-top:1px solid #c5c4bf;border-bottom:1px solid #c5c4bf;}
.box4{width:125px;margin:0;}
.box_head{height:80px;padding:10px 0;border-bottom:1px dotted #b7b7b7;}
.box_head img{height:100%;width:100%;}
.box_newsTop{height:80px;overflow:hidden;}
.box_newsTop .img{float:left;width:125px;margin-right:15px;}
.box_newsTop .date{font-weight:bold;color:#4c68b1;}
.box_newsTop .t{color:#014691;font-family:'Microsoft Yahei';}
.box_newsTop:hover .t{color:#666;}
.box_c{height:100px;margin:10px 0;font-family:'Microsoft Yahei';}
.box_c a:hover{color:#666}
.main_list a{font-family:'Microsoft Yahei';}
.main_list span{margin-right:6px;}
.channelT{line-height:36px;height:36px;border-bottom:2px solid #0066cb;margin-bottom:10px;}
.channelN{float:left;font-size:16px;border-bottom:2px solid #ffb400;padding:0 10px 0 5px;_position:relative;_bottom:-2px;}
.channelN a{color:#333;}
.channelT .more{height:100%;background:url(../images/li_15.gif) right center no-repeat;padding-right:15px;color:#023473;font-family:'Microsoft Yahei';}
.key_lr{padding:11px 0 0;}
.key_lr a{float:left;width:14px;height:14px;overflow:hidden;background:url(../images/i_12.jpg) no-repeat;margin:4px 0 0;}
.key_lr .left{}
.key_lr .right{background-position:right 0;}
.iQuick{margin:0 0 15px;}
.iQuick li{padding:4px 0;border-bottom:1px dashed #cacaca;}
.iQuick .ico{margin-right:5px;}
.iQuick .last{padding-left:25px;}
.erweima{text-align:justify;overflow:hidden;height:75px;}
.erweima a{display:inline-block;width:55px;text-align:center;}
.i_cont{margin:20px auto 30px;}
.foot{
	background: #0473b3;
	color: #eee;
	font-family: 'Microsoft Yahei';
	height: 100px;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 0;
}
.Flkey{font-weight:bold;color:#ffc929;background:url(../images/fl.gif) 0 center no-repeat;padding-left:15px;cursor:pointer;}
.foot a{color:#eee;}
.foot a:hover{color:#ffb400;}
.group_cont{height:0;overflow:hidden;z-index:9;}
.group_cont ul{padding:42px 0 0;overflow:hidden;*zoom:1;line-height:22px;}
.group_cont li{float:left;width:30%;padding-left:30px;background:url(../images/flli.gif) 15px center no-repeat;}
.group_cont li a{color:#eee;}
.group_cont li a:hover{text-decoration:underline;color:#fff;}
#group_clo{position:absolute;width:25px;height:25px;background:url(../images/clo_11.png);top:99em;right:50%;margin-right:-478px;cursor:pointer;}
.group_cont.open{background:url(../images/flc.gif) 0 bottom repeat-x #5b6475;}
.group_cont.open #group_clo{top:0;}
.flcir{display:none;position:absolute;right:50px;top:-18px;border:8px solid;border-color:#3f4752 #0373b3 #0373b3 #0373b3;}
.gotop{position:absolute;right:-50px;top:-53px;width:38px;height:35px;background:#0473b3;cursor:pointer;}
.gotop .cir{position:relative;border-width:8px;border-color:transparent transparent #fff transparent;border-style:dashed dashed solid dashed;top:0;left:12px;}
/*内页*/
.n_channel{height:50px;background:url(../images/ny_channel_b.png);}
.n_cont{padding:35px 0 40px;}
.ct{font:16px/56px 'microsoft yahei';color:#333;}
.about{background:url(../images/about.jpg) center 0;}
.about .wrap{background:#fff;}
.about_intro{height:410px;}
.about_buju{height:570px;margin-top:25px;}
.about_intro_left{width:220px;}
.about_intro_left a.db{height:150px;margin-bottom:20px;}
.about_intro_left img{width:100%;height:100%;}
.about_intro_left a.db .ico{right:0;bottom:0;}
.about_intro_scroll{width:670px;height:320px;overflow:hidden;}
.about_buju_map{padding:40px 0 0;text-align:center;}
.n_channel .channelN{border:0;margin-top:15px;color:#333;}
.posi{color:#9f9e9e;margin-top:18px;}
.posi em{font-size:18px;margin:0 4px;vertical-align:middle;}
.posi a{color:#9f9e9e;}
.posi a:hover{color:#333;}
.channelM{float:right;font-size:0;}
.channelM li{display:inline-block;font-size:12px;height:50px;*display:inline;*zoom:1;}
.channelM a {position: relative; float: left; height: 40px; line-height: 40px; padding: 10px 0 0; width: 94px; text-align: center;}
.channelM .cir{position:absolute;border-width:4px;border-color:#ffb400 transparent transparent transparent;border-style:solid dashed dashed dashed;left:46%;bottom:9999em;}
.channelM .cur,.channelM a:hover{background:url(../images/channelm_on_03.gif);color:#fff;}
.channelM .cur .cir,.channelM a:hover .cir{bottom:-8px;}
.licheng{background:url(../images/bg1.jpg) center 0 repeat-y fixed;}
.licheng .tab_list{z-index:9;}
.licheng .fixed{position:fixed;left:50%;margin-left:-490px;top:0;}
.licheng_c{padding-top:45px;}
.licheng_year{position:relative;background:url(../images/centerline.png) center 0 repeat-y;padding:25px 0;}
.licheng_year .t{position:absolute;width:50px;height:50px;border-radius:50%;background:#0473b3;text-align:center;font:italic 14px/50px Georgia, "Times New Roman", Times, serif;color:#fff;left:50%;top:0;margin-left:-25px;z-index:2;}
.leftPart,.rightPart{position:relative;}
.leftPart{width:390px;padding:10px 30px;margin-right:70px;background:#fff;box-shadow:-2px 0 6px rgba(0,0,0,.2);}
.leftPart h3{color:#333;font-size:14px;}
.rightPart{width:430px;padding:10px;background:#fff;box-shadow:2px 0 6px rgba(0,0,0,.2);}
.rightPart img{width:430px;}
.leftPart .cir{border-width:5px 6px 5px 6px;border-color:#fff transparent transparent #fff;border-style:solid dashed dashed solid;right:-12px;top:0;}
.rightPart .cir{border-width:5px 6px 5px 6px;border-color:#fff #fff transparent transparent;border-style:solid solid dashed dashed;left:-12px;top:0;}
.news_index_left{width:515px;}
.news_index_left .cont{height:410px;}
.news_index_left img{display:block;width:100%;height:385px;}
.news_index_t{font:14px/22px 'microsoft yahei';color:#2c8bcd;cursor:pointer;}
.news_index_left .news_index_t{float:left;font-size:16px;line-height:30px;margin-right:10px;}
.news_index_scroll .news_index_t{padding-bottom:5px;}
.news_index_left .info{line-height:30px;color:#333;width:160px;}
.news_index_left .p{font:14px/26px  'microsoft yahei';height:52px;overflow:hidden;}
.news_index_right{width:355px;height:412px;}
.news_index_scroll{height:370px;overflow:hidden;}
.news_index_scroll li{height:105px;margin-bottom:20px;}
.news_index_scroll li.news_list_hover{background-color:#f2f8fb}
.news_index_scroll img{float:left;width:140px;height:105px;margin-right:20px;}
.news_index_scroll .p{height:40px;overflow:hidden;padding-bottom: 10px;}
.news_index_scroll .news_index_t{_width:185px;}
.news_index_right .btn{width:20px;background:#0473b3;position:absolute;bottom:0;cursor:pointer;}
.news_index_right .up{right:42px;}
.news_index_right .down{right:20px;}
.news_sear{background:#79bfe4;}
.news_sele{background-image:url(../images/newssear.png);height:20px;line-height:20px;border:1px solid #ccc;width:150px;margin-right:4px;}
.news_sele .sele_{top:20px;}
.news_sear .inp{border:1px solid #ccc;height:20px;line-height:20px;vertical-align:middle;cursor:text;}
.news_sear .btn{width:50px;height:22px;line-height:22px;background:url(../images/btn1.png);color:#fff;margin-left:4px;border:0;vertical-align:middle;}
.news_box{width:300px;margin-right:35px;}
.Tit2{font-size:16px;color:#333;padding-bottom:10px;}
.Tit2_blue{font-size:16px;color:#333;padding-bottom:10px;color:#2c8bcd;}
.Tit2_blue .ico{margin-right:5px;}
.news_box li{padding-bottom:10px;}
.artT{border-bottom:1px solid #ccc;padding-bottom:5px;margin-bottom:5px;}
.artT .N{font-size:18px;color:#0473b3;}
.art_info .ico{margin-left:5px;}
.myart{padding:20px 0;}
#font a{cursor:pointer;}
.art_link{border-top:1px solid #7e91a0;border-bottom:1px solid #7e91a0;line-height:30px;padding:0 5px;}
.art_link a{display:inline-block;width:62%;margin-left:10px;color:#0473b3;overflow:hidden;vertical-align:middle;}
.art_link a:hover{color:#333;}
.art_link .prev{border-bottom:1px dotted #ccc;}
.news_spec{padding-bottom:20px;border-bottom:1px solid #ccc;}
.news_spec .detail{width:600px;}
.news_spec .detail .info{color:#a1a1a1;}
.news_spec .detail .news_index_t{font-size:16px;font-weight:bold;}
.news_spec .detail .p{margin:10px 0 20px;line-height:2;height:96px;overflow:hidden;}
.news_spec .pic{width:340px;height:225px;}
.news_spec .pic img{width:100%;height:100%;}
.news_main{width:700px;}
.news_side{width:215px;}
.news_list li{margin-top:18px;}
.news_list .info{margin-left:10px;color:#a1a1a1;}
.news_list .info2{margin-top:10px;color:#a1a1a1;}
.news_list .p{height:22px;overflow:hidden;}
.meiti_list li{overflow:hidden;*zoom:1;}
.meiti_list .img{float:left;width:166px;height:110px;margin-right:20px;}
.meiti_list .p{height:auto;}
.news_f label{display:block;padding-top:30px;font-size:14px;}
.news_f .inp{width:99%;border:1px solid #ccc;height:22px;}
.news_f .inp input{border:0;background:none;width:192px;}
.news_f .btn{background:#2a9ad4;padding:4px 20px;*padding:4px 10px 0;color:#fff;border:0;margin-top:7px;}
.page{_height:26px;}
.page_num{height:14px;line-height:14px;vertical-align:middle;}
.page_num a,.page_num span{display:inline-block;border-left:1px solid #ccc;margin-left:-1px;padding:0 8px;}
.page_num a:hover,.page_num .cur{color:#2a9ad4;}
.page .pageTo{display:inline-block;width:22px;height:22px;vertical-align:middle;border:1px solid #ccc;}
.page .pageTo .cir{float:left;border:5px solid;}
.page .pagePrev .cir{border-color:#fff #666 #fff #fff;margin:6px 0 0 3px;}
.page .pageNext .cir{border-color:#fff #fff #fff #666;margin:6px 0 0 8px;}
.page .pagePrev:hover .cir{border-color:#fff #2a9ad4 #fff #fff;}
.page .pageNext:hover .cir{border-color:#fff #fff #fff #2a9ad4;}
.video_top{height:255px;margin-right:-15px;width:965px;overflow:hidden;}
.video_top li{float:left;width:220px;height:120px;margin:0 15px 15px 0;}
.video_top a{display:block;position:relative;height:100%;}
.video_top img{width:100%;height:100%;}
.video_top p{position:absolute;width:100%;padding:5px 0;text-indent:20px;left:0;bottom:0;background:rgba(0,0,0,.7);color:#fff;filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#aa000000,endcolorstr=#aa000000);}
.video_top s{position:absolute;width:36px;height:36px;left:50%;top:50%;margin:-18px 0 0 -18px;background:url(../images/play2.png);}
.video_top .big{width:480px;height:255px;}

.video_list{height:300px;margin-right:-30px;}
.video_list li{float:left;width:172px;margin:0 30px 15px 0;}
.video_list a{display:block;position:relative;font-family:'Microsoft Yahei';}
.video_list img{width:100%;height:91px;}
.video_list s{position:absolute;width:36px;height:36px;left:50%;top:25px;margin:0 0 0 -18px;background:url(../images/play2.png);display:none;}
.video_list .t{color:#06c;height:40px;overflow:hidden;}
.video_list .t span{color:#000;}
.video_list a:hover s{display:block;}
.video_area{height:530px;}
.videoT h1{font-size:14px;}
.videoT em{font-size:18px;}
.videoT .ico{margin-left:3px;}
.sear_side{width:150px;}
.sear_main{width:780px;}
.sear_menu li{text-indent:1em;line-height:24px;border:1px solid #c2deec;margin-bottom:2px;background: #e4f1f9;background: -webkit-linear-gradient(top,  #e4f1f9 0%,#f7fcff 100%); background: -ms-linear-gradient(top,  #e4f1f9 0%,#f7fcff 100%);background: linear-gradient(to bottom,  #e4f1f9 0%,#f7fcff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f1f9', endColorstr='#f7fcff',GradientType=0 );}
.sear_menu a{display:block;height:24px;}
.sear_menu ul{display:none;}
.sear_menu .cur{background:#0473b3;filter:none;border:0;}
.sear_menu .cur a{color:#fff;}
.sear_menu .cur ul{display:block;}
.sear_menu .cur li{border:0;background:none;filter:none;background:#fff;margin:0;}
.sear_menu .cur li a{color:#333;}
.sear_menu .cur li a:hover,.sear_menu .cur li .on{color:#0473b3;}
.searT{font:24px/1.2 'Microsoft Yahei';color:#333;}
.sear_item{color:#0473b3;padding-bottom:30px;border-bottom:1px solid #000;}
.sear_list{padding:10px;}
.sear_list li{height:85px;padding:10px 0;border-bottom:1px solid #eee;font-family:'Microsoft Yahei';position:relative;}
.sear_list img{float:left;width:135px;height:85px;margin-right:10px;}
.sear_list h2{color:#2f89cc;font:14px/2 'Microsoft Yahei';}
.sear_list p{height:50px;overflow:hidden;}
.sear_list .order{color:#2f89cc;right:10px;top:10px;}
.jxs_f .sele{height:20px;line-height:20px;background:url(../images/newssear.png) right 0 no-repeat;border-radius:0;border:1px solid #ccc;width:160px;margin-right:10px;}
.jxs_f .sele_{top:20px;}
.jxs_f .btn{height:22px;line-height:22px;padding:0 10px;background:#2c8bcd;color:#fff;border:0;vertical-align:top;}
.jxs_map{height:440px;}
.jxs_res{color:#333;float:left;}
.jxs_res em{font-size:14px;font-weight:bold;color:#2c8bcd;}
.jxs_list{clear:both;}
.jxs_list li{padding:10px 0;border-bottom:1px dashed #ccc;}
.jxs_list .t{font-weight:bold;color:#333;}
.jxs_list .r{margin-top:10px;}
.jxs_list .toTel{margin-right:1em;}
.jxs_list .ico{margin-left:5px;}
/*0913 add 专题页*/
.zt_body{background:url(../images/zt_b.jpg) center 0 no-repeat #fc0;padding:216px 0 40px;}
.zt_top{width:450px;height:300px;}
.zt_top1{height:300px;}
.zt_top .ban_nav{height:14px;padding:8px 0;bottom:0;background:rgba(0,0,0,.5);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#88000000,endcolorstr=#88000000);}
.zt_top .ban_nav a{margin:0 10px 0 0;border-radius:50px;text-indent:-99px;}
.zt_top .ban_c{overflow:visible;}
.zt_top .cont{width:428px;left:100%;top:0;padding:20px;}
.zt_top1 .cont{left:100%;top:0;padding:20px;}
.zt_top .cont .t,.zt_top .cont .t a{color:#333;font-size:20px;overflow:hidden;}
.zt_top1 .cont .t,.zt_top1 .cont .t a{color:#333;font-size:20px;height:80px;overflow:hidden;}
.zt_top .cont .p{height:200px;overflow:hidden;}
.gird1-2{float:left;margin-right:4%;width:47.9%;}
.gird1-2 img{float:left;width:176px;height:132px;margin-right:20px;}
.gird1-2 .t{height:44px;font:bold 14px/22px 'Microsoft Yahei';overflow:hidden;}
.news_top2{border-bottom:1px dotted #333;padding-bottom:20px;}
.gird1-3{float:left;margin-right:2%;width:32%;}
.conscroll{position:relative;height:160px;width:100%;overflow:hidden;}
.conscroll ul{position:absolute;left:0;}
.conscroll ul li{float:left;width:188px;height:160px;margin:0 20px 0 0;overflow:hidden;}
.conscroll ul a{display:block;height:128px;position:relative;}
.conscroll ul img{width:100%;height:128px;}
.conscroll ul s{position:absolute;left:80px;top:45px;width:36px;height:36px;background:url(../images/play2.png);}
.conscroll ul p{font-family:Tahoma, Geneva, sans-serif;}
.zt_conscroll .conscroll{width:90%;margin:0 auto;}
.zt_conscroll .BtnL,.zt_conscroll .BtnR{width:16px;height:34px;background:url(../images/arr.png);top:55px;cursor:pointer;}
.zt_conscroll .BtnL{background-position:0 0;left:0;}
.zt_conscroll .BtnR{background-position:-16px 0;right:0;}
.zt_conscroll .BtnL:hover{background-position:0 -34px;}
.zt_conscroll .BtnR:hover{background-position:-16px -34px;}
.zt_CT{height:30px;position:relative;border-bottom:1px solid #fc0;}
.zt_CN{position:absolute;border-bottom:5px solid #0066cb;font:20px/28px 'microsoft yahei';padding:0 10px;left:10px;bottom:-3px;}
.title_list{padding-left:15px;margin-right:-15px;}
.title_list li{float:left;width:160px;height:120px;margin:0 30px 20px 0;}
.title_list a{display:block;position:relative;height:100%;}
.title_list img{width:100%;height:100%;}
.title_list p{position:absolute;left:0;bottom:0;width:100%;height:30px;line-height:30px;overflow:hidden;text-align:center;color:#fff;background:rgba(0,0,0,.5);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#88000000,endcolorstr=#88000000);}

/*0917 add*/
.zt_index_news .main_list{overflow:hidden;margin-right:-20px;*zoom:1}
.zt_index_news li{float:left;width:292px;margin-right:20px;}
.zt_index_news li{background:url(../images/bluedot.gif) 5px center no-repeat;text-indent:15px;}
.zt_index_news li a{color:#333;}

/*0924 navshadow*/
.head_shadow{left:0;bottom:-7px;width:100%;height:7px;overflow:hidden;background:url(../images/navshadow.png);}

/*0925 add 企业文化*/
.wenhua_item{background:url(../images/images/cul_09.png) 0 center no-repeat;padding-left:66px;overflow:hidden;margin:0 20px 30px 0;}
.wenhua_item .layer{width:384px;height:75px;background:url(../images/images/cul_03.png) no-repeat;padding-left:30px;}
.wenhua_item .t{font-weight:bold;font-size:14px;color:#2475b4;background:url(../images/images/c_12.gif) 0 bottom no-repeat;padding-bottom:10px;}
.wh2{background-image:url(../images/images/cul_06.png);}
.wh3{background-image:url(../images/images/cul_15.png);}
.wh4{background-image:url(../images/images/cul_18.png);}
.wh5{background-image:url(../images/images/cul_22.png);}
.wh6{background-image:url(../images/images/cul_24.png);}
.wh7{background-image:url(../images/images/cul_27.png);}
.wh8{background-image:url(../images/images/cul_28.png);}
.wh9{background-image:url(../images/images/cul_32.png);}
/*0925 add 社会公益*/
.gongyi_item,.gongyi_item_big{float:left;width:225px;background:url(../images/a_09.jpg) 0 bottom no-repeat;padding-bottom:14px;margin:0 18px 20px 0;}
.gongyi_item img,.gongyi_item_big img{width:100%;height:167px;}
.gongyi_item p,.gongyi_item_big p{text-align:center;font-size:14px;border:1px solid #eee;padding:10px 0;}
.gongyi_item_p{width:470px;}
.gongyi_p strong{font-size:14px;color:#2a9ad4;}
.gongyi_item_big{width:470px;background:url(../images/a_22.jpg) 0 bottom no-repeat;}
.gongyi_item_big p,.gy2 .gongyi_item p{height:40px;}
/*0927 add 成员公司*/
.cygs_list{margin-right:-20px;}
.cygs_list li{float:left;width:270px;padding:10px 15px;margin-right:20px;color:#333;font-size:13px;}
.cygs_list a{float:right;background:url(../images/cir.gif) right center no-repeat;padding-right:15px;font-size:12px;color:#666;}
.cygs_list a:hover{color:#333;}
.left_c{height:auto !important;_height:100px;min-height:100px;} 
.cytitle{font-family:'microsoft yahei';font-size:16px;padding-left: 28px;padding-top:25px;color:#000;}
/*1014 企业概况*/
.qyflv a{position:relative;}
.qyflv s{position:absolute;width:36px;height:36px;left:50%;top:50%;margin:-18px 0 0 -18px;background:url(../images/play2.png);}
.qyimg a{position:relative;}
.qyimg .ico{display:inline-block;width:20px;height:20px;overflow:hidden;background:url(../images/ico1.png) no-repeat;vertical-align:middle;background-position: -80px -60px;position:absolute; }


.banner .ban_c img{position: absolute; width: 1920px; height: 100%; left: 50%; margin-left: -960px;}
.news_box .info,.news_index_scroll .info{color: #a1a1a1;}
.inputborder input{border:none;}


/*add20131025*/
.lev3_r p { display:none;}
.lev3_r { width:237px; padding-top:7px;}
.nav .lev3_cell { border-top:0;}
.nav .lev3_r a.pr { height:140px;}
.nav .lev3 dt { line-height:30px;}
.nav .lev2 { padding-top:10px; height:150px;}
.nav .lev2_2 { width:390px;}
.nav .lev2_2 .lev3,.nav .lev2_3 .lev3,.nav .lev2_4 .lev3,.nav .lev2_5 .lev3 { padding-top:4px;}
.nav .lev2_3 { height:167px;}

.video_list .t { width:130px; height:20px; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.video_list .num { position:absolute; right:0px; top:91px;}
.video_list .num .ico { background:url(../images/heart.gif) 0px 0px no-repeat;}

.videoT .num { display:inline-block; width:auto; height:20px; margin-left:10px;}
.videoT .num .ico { background:url(../images/heart.gif) -20px 0px no-repeat; vertical-align:-5px;}

.news_list li { padding:5px; margin-top:13px;}
.news_list li.news_list_hover { background-color:#f2f8fb;}


.gy1 .last p { height:166px; background:#fff4de url(../images/gy_rightbg.jpg) 0px 2px no-repeat; font-size:12px; color:#333333; padding:35px 15px 10px; line-height:24px; text-align:left;}
.gy2 .last p { height:182px; background:#fff4de url(../images/gy_rightbg.jpg) 0px -242px no-repeat; font-size:12px; color:#333333; padding:35px 15px 10px; line-height:24px; text-align:left;}

.news_f .inp { width:134px; float:left; margin-right:5px;}
.news_f .inp input { width:110px;*width:103px;}
.news_f .btn { margin-top:-1px;}
.head_top .ico { vertical-align:-5px;}

.lang { vertical-align:-1px;}
.lang .bt { display:none; width:59px; height:24px; border:#cccccc 1px solid; border-color:#2db2ed #cccccc #ffffff #cccccc; border-bottom:0; position:absolute; left:7px; top:-2px; z-index:5; background-color:#fff;}
.lang .cir,.lang span,.lang .ico { position:relative; z-index:10;}
.lang .sele_ { border:#cccccc 1px solid; background-color:#fff; left:7px; top:22px;}
.sele_cur .bt { display:block;}
.sele_ a { color:#666!important; padding-left:20px; text-indent:0px;}
.sele_ a:hover{background:#f2f8fb;}

.newsSlider { width:515px; position:relative; overflow:hidden;}
.newsSlider a.prev,.newsSlider a.next { display:none; background:url(../images/news_slide_btn.png) no-repeat; width:48px; height:49px; position:absolute; left:0px; top:50%; margin-top:-45px; cursor:pointer; z-index:20;}
.newsSlider a.prev { background-position:0px 0px;}
.newsSlider a.next { background-position:-48px 0px; left:auto; right:0px;}
.newsSlider .bd { width:515px; height:410px; position:relative; overflow:hidden; z-index:10;}
.newsSlider .bd ul { width:100%; float:left;}
.newsSlider .bd ul li { width:515px; height:410px; float:left; overflow:hidden;}
.newsSlider .hd { position:absolute; right:-10px; bottom:3px; z-index:30;}
.newsSlider .hd li { width:12px; height:12px; overflow:hidden; text-indent:-99px; background:url(../images/slide_dot.gif) right 0px no-repeat; overflow:hidden; cursor:pointer; float:left; margin-right:10px;}
.newsSlider .hd li.on { background-position:0px 0px;}

.head { z-index:100;}

/*1026 add发展历程年代效果*/
.alpha_bar{display:none;position:fixed;left:0;top:0;width:100%;height:26px;background:#bed9e5;z-index:2;}

.bluea a{color: rgb(51,102,255)}

.mayidubtn{height:30px;font:14px/30px 'microsoft yahei';border:0;background:#2c8bcd;padding:0 5em;color:#fff;margin-right:1em;*padding:0 3em;cursor:pointer;}
.mayidures{background:#fec138;}

/*part order*/
.form-con { width:720px; overflow:hidden; font-size:12px; clear:both; line-height:20px;}
.form-con select{width:160px;}
.clear { clear:both; height:0px; overflow:hidden; line-height:0px; font-size:0px;}
.aboutus_right { float: right; width: 700px; height: auto; overflow: hidden; }
.aboutlist_left1 { float: left;  height: auto; overflow: hidden; margin-top: 35px; }
.service_list1 { float: left; width: 155px; height: 28px; line-height: 28px; padding-left: 15px; border-top: 1px solid #E1E1E1; background: #f0f3f8; position: relative; }
.service_list2 { float: left; width: 530px; height: 23px; padding-left: 15px; padding-top: 5px; border-top: 1px solid #E1E1E1; position: relative; }
.service_list3 { float: left; width: 155px; height: 100px; line-height: 28px; padding-left: 15px; border-bottom: 1px solid #E1E1E1; border-top: 1px solid #E1E1E1; background: #f0f3f8; }
.service_list4 { float: left; width: 530px; height:95px; padding-left: 15px; border-bottom: 1px solid #E1E1E1;border-top: 1px solid #E1E1E1; padding-top:5px;}
.service_list5 { float: left; width: 480px; height: 35px; line-height: 35px; padding-top: 15px;}
.form-con input,.form-con textarea {vertical-align: middle; font-size: 12px;line-height:15px;border:1px solid #BFBFBF}

/*add20131105*/
.mes { display:none; width:304px; height:110px; background-color:#fff; border:#07b8ef 1px solid; position:fixed; left:50%; top:50%; margin:-64px 0px 0px -152px; z-index:999; box-shadow:#ccc 2px 2px 2px; padding-top:18px;}
.mes table { width:100%; border-collapse:collapse;}
.mes table th,.mes table td { padding:7px 0px;}
.mes table th { font-weight:normal; text-align:right; width:30%;}
.mes table td { width:70%;}
.mes table .input01 { width:164px; height:20px;}
.mes table .btn01,.mes table .btn02 { border:0; cursor:pointer; font-size:14px; font-family:"Microsoft Yahei"; padding:2px 16px; background-color:#2787be; color:#fff;}
.mes table .btn02 { background-color:#ffbf24; margin-left:10px;}
.success { background:#fff url(../images/ok.gif) 12px 20px no-repeat; font:13px/26px "Microsoft Yahei"; color:#333; width:222px; padding:18px 15px 0px 67px;}

/* ie6 hack */
* html .mes { position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}

/*add20131231*/
.erweima img { width:58px; height:58px; float:left; margin-right:5px;}
.ewmText { display:inline-block; width:62px; height:auto; line-height:15px; color:#999; font-family:"Microsoft Yahei";}
.ewmText strong { display:block; font-size:14px; font-weight:normal; line-height:24px; color:#333;}
.group_cont ul {padding-top:30px;}






















/*bottom*/
.bottom { width:100%; max-width:1024px; margin:0 auto; padding:28px 0; }
.bottom .news { width:307px; float:left;}
.bottom .news h1 { font-family:'Microsoft Yahei'; font-size:16px; font-weight:bold; color:#333333;}
.bottom .news h1 a{ color: #333;}
.bottom .news h1 a:hover{ color: #333;}
.bottom .news .news_zixun { font-family: "microsoft yahei",'SimSun',sans-serif; font-size:13px; font-weight:normal; color:#989898; margin-left:10px;}
.bottom .news .news_img { margin:20px 0; width:100%; position:relative;}
.bottom .news .news_img_title {position:absolute; bottom:0px;left:0; background:#000; width:100%;opacity:0.7; filter:alpha(opacity=70);  }
.bottom .news .news_img_title p { padding:3px 0px; margin:0 10px;  font-size:14px; color:#fff; background:url(../images/index/news_arror.png) no-repeat right 50%;}
.bottom .news .news_list { margin-top:10px;}
.bottom .news .news_list p {
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
}
.bottom .news .news_list p span{ color:#697080; margin-left:6px;}
.bottom .news .news_list .more { margin-top:10px;}
.bottom .news .news_list .more a {color:#ff9000;}

.bottom .product_service { width:372px; float:left; margin-left:49px;}
.bottom .product_service h1 {   font-family: "microsoft yahei",'SimSun',sans-serif; font-size:16px; font-weight:bold; color:#333333; float:left;}
.bottom .product_service .arror { float:right;}
.bottom .product_service .arror img { margin-left:5px; margin-top:3px; cursor:pointer;}
.bottom .product_service .ps_list {
	margin:20px 0 5px 0;
	width:100%;
	position:relative;
}
.bottom .product_service .ps_list ul {
	width: 100%;
}
.bottom .product_service .ps_list ul li { margin-bottom:15px;}
.bottom .product_service .ps_list ul li img { float:left;}
.bottom .product_service .ps_list ul li .ps_title { float:left; margin-left:20px; width:68%;}
.bottom .product_service .ps_list ul li .ps_title h2 {  font-size:12px; font-weight:bold; color:#414651;}
.bottom .product_service .ps_list ul li .ps_title p { font-size:12px; color:#697080; margin-top:3px;}


.bottom .brand { width:245px; margin-left:49px; float:left;}
.bottom .brand h1 {  font-family: "microsoft yahei",'SimSun',sans-serif; font-size:16px; font-weight:bold; color:#333333;}
.bottom .brand .vedio { margin:20px 0;}
.bottom .brand .sel { width:100%; height:24px; margin-bottom:10px;  font-size:12px; color:#697080;}
.bottom .brand .sel option { margin:2px 0;}
.bottom .brand .brank_link { margin-top:10px;}
#vedio_img { cursor:pointer;}
#vedio { display:none; width:245px; height:123px;}


/*search&share*/
.search_share { width:100%; background:#F4F4F4; padding:20px 0 27px 0; z-index: 2; border-top: 1px solid #eaebec;}
.search_share .search_share_in { width:100%; max-width:1024px; margin:0 auto;}
.search_share .search_share_in .search { float:left;position:relative;}
.search_share .search_share_in .search h1 {  font-size:15px; font-weight:bold; color:#414651;}
.search_share .search_share_in .search form { margin-top:10px; height:34px; position:relative;}
.search_share .search_share_in .search form .search_txt { height:32px; width:74px; float:left; line-height:32px; text-align:left; padding-left:20px; background:url(../images/index/search_arror.jpg) no-repeat center; color:#989898; cursor:pointer; border:1px solid #ccc;}
.search_share .search_share_in .search form .search_option { position:absolute; top:32px; padding-left:20px; background:#fff; border:1px solid #ccc; width:74px; display:none;}
.search_share .search_share_in .search form .search_option p { color:#989898; margin:10px 0; cursor:pointer; }
.search_share .search_share_in .search form input { height:32px; width:320px; padding-left:20px; float:left; line-height:32px; color:#989898; border: 1px solid #ccc;}
.search_share .search_share_in .search form img { position:absolute; bottom:10px; right:10px; cursor:pointer;}
.search_share .search_share_in .share { float:left; margin-left:60px; margin-top:37px;  font-size:12px; color:#989898;}
.search_share .search_share_in .share p { float:left; margin-top:2px; }
.search_share .search_share_in .share a { margin-left:10px; float:left;}
.bdsharebuttonbox { float:left; margin-left:30px; margin-top:29px; width:136px;}
.close { display:none; float:right; margin-right:20px; margin-top:30px; cursor:pointer;}

/*nav_foot*/
.nav_foot {  width:100%; background:#888888; padding:27px 0; z-index: 1;}
.nav_foot .nav_foot_list {  width:100%; max-width:1024px; margin:0 auto;}
.nav_foot .nav_foot_list ul li { float:left; width:16%; color:#fff;}
.nav_foot .nav_foot_list ul li a { color:#fff;}
.nav_foot .nav_foot_list ul li h3 { font-family:"微软雅黑"; font-size:28px; margin-top:-7px;}
.nav_foot .nav_foot_list ul li p { font-weight:bold;}
.nav_foot .nav_foot_list ul li .phone { margin-top:15px; font-size:14px;}
.nav_foot .nav_foot_list ul li .phone img { margin-right:10px;}
.nav_foot .nav_foot_list ul li .number { margin-top:5px;}
.nav_foot .nav_foot_list ul li h4 { font-size:16px; font-weight:bold;}
.nav_foot .nav_foot_list ul li ul { width:100%;}
.nav_foot .nav_foot_list ul li ul li { width:100%;display:block;float:none; font-size:13px; margin-top:13px;}
.nav_foot .nav_foot_list .nav_footin_introduce { position:relative; overflow:hidden;}
.nav_foot .nav_foot_list .introduce_ul { position:absolute; display:block;}
.nav_foot .nav_foot_list #f_up { margin-left:20%;_margin-left:20px!important; margin-top:10px; cursor:pointer;}
.nav_foot .nav_foot_list #f_down { margin-left:20%;_margin-left:20px!important; margin-top:10px; cursor:pointer;}
.brand .news_lists li {
	list-style-type: circle;
	list-style-image: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	line-height: 28px;
}
#homepic img {
	padding: 2px;
	border: 1px solid #CCC;
}
#homepic h2{
	font-size: 14px;
	text-align: center;
}
.bottom_bq {
	float: left;
	width: 700px;
	height: 80px;
}




#homepics{
width:320px;
margin-right:60px;
float:left;

}

#homepics img {
	padding: 2px;
	border: 1px solid #CCC;
}
#homepics h2{
	font-size: 14px;
	text-align: center;
}











.contain{ width:1000px; margin:0 auto;}
.nrong{ padding-top:7px;}
.nrong_1{ width:191px; float:left; display:inline; margin-left:3px;}
.nrong_2{ width:4px; float:left; display:inline;}
.nrong_3{ width:790px; float:left; display:inline; margin-left:4px; padding-left:4px; border-left:#eeeeee solid 1px; min-height:600px;}
.ndh{
	background-image: url(../images/ndh_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.di{ margin-bottom:20px;}
.ndh li{
	width:191px;
	height:34px;
	background-image: url(../images/ndh_a.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	line-height:34px;
	text-align:left;
	margin-bottom:1px;
}
.ndh li a{
	display: block;
	height: 34px;
	padding-left: 40px;
}
.ndh li a:hover{
	background-image: url(../images/ndh_hov.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	
}
.dq{
	height:33px;
	text-align:right;
	background-image: url(../images/dq_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top:3px;
	padding-right:3px;
}	
.news_nr{ border-bottom:#ccc dashed 1px; padding-bottom:5px; padding-top:15px;}
.news_nr div{
	text-align:left;
	background-image: url(../images/news_tb.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent:25px;
	font-size:13px;
}
.news_nr div a{ font-weight:bold; color:#555555;}
.news_nr div a:hover{ color:#22994B; }
.news_nr p{ line-height:24px; text-align:left;}
.xiangx{ margin:7px 0px 7px 0px;}
.xiangx a:hover{ color:#22994B;}
.nypro{ width:235px; float:left; margin:15px 11px 15px 11px; display:inline; vertical-align:top;}
.nypro div a img{ border:#eee solid 1px;}
.nypro div a:hover img{ border:#22994B solid 1px;}
.proz{ width:235px; height:30px; background-color:#eee; line-height:30px;}
.proz_l{
	float:left;
	font-weight:bold;
	background-image: url(../images/news_tb.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:25px;
	margin-left:7px;
}
.proz_r{ float:right; margin-right:7px;}


.proimgs {
padding: 4px;
margin-right: 70px;
margin-bottom: 10px;
margin-top: 10px;
border: 1px solid #CCC;
}.nrong .nrong_3 h1 {
	font-size: 16px;
	font-weight: bold;
	color: #225BA0;
}
